home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 4.1.2.3.dxr / Internal_9_keuze VWO.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  149 b   |  13 lines

  1. on mouseUp me
  2.   muisH = the mouseH
  3.   if muisH < 300 then
  4.     go("chandra")
  5.   else
  6.     go("matthijs")
  7.   end if
  8. end
  9.  
  10. on mouseUpOutSide
  11.   go("VWO")
  12. end
  13.